P
Paul Brun
Hi guys,
I would like to find out if :
1) Is the above possible?
I have tried to wrap a C library that our company produces in a .Net class
library and am receiving the
following error:
LIBCMT.lib(crt0.obj) : error LNK2019: unresolved external symbol
_main referenced in function _mainCRTStartup
Now....what seems to be weird is when I comment out the line that I am
referencing from the C library,
I have no problems linking....however, the minute I include the line....I
get the above error. Am I doing
something wrong? I thought that since the previous library was created as a
library, then just linking it
in and making sure I cover the Managed C++ part of the puzzle correctly, I
would have no problems.
Please comment.
Thanks
Paul
I would like to find out if :
1) Is the above possible?
I have tried to wrap a C library that our company produces in a .Net class
library and am receiving the
following error:
LIBCMT.lib(crt0.obj) : error LNK2019: unresolved external symbol
_main referenced in function _mainCRTStartup
Now....what seems to be weird is when I comment out the line that I am
referencing from the C library,
I have no problems linking....however, the minute I include the line....I
get the above error. Am I doing
something wrong? I thought that since the previous library was created as a
library, then just linking it
in and making sure I cover the Managed C++ part of the puzzle correctly, I
would have no problems.
Please comment.
Thanks
Paul