Click here to Skip to main content
15,889,335 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralName Mangling Pin
Member 62566625-Mar-04 5:41
Member 62566625-Mar-04 5:41 
GeneralRe: Name Mangling Pin
Nemanja Trifunovic25-Mar-04 5:49
Nemanja Trifunovic25-Mar-04 5:49 
GeneralRe: Name Mangling Pin
Member 62566625-Mar-04 5:54
Member 62566625-Mar-04 5:54 
GeneralRe: Name Mangling Pin
Rick York25-Mar-04 6:09
mveRick York25-Mar-04 6:09 
GeneralRe: Name Mangling Pin
Member 62566625-Mar-04 7:43
Member 62566625-Mar-04 7:43 
GeneralRe: Name Mangling Pin
Member 62566625-Mar-04 10:20
Member 62566625-Mar-04 10:20 
GeneralRe: Name Mangling Pin
Rahul20067611-Apr-04 4:04
Rahul20067611-Apr-04 4:04 
GeneralProblems with lib file and linking Pin
ravjak24-Mar-04 9:20
ravjak24-Mar-04 9:20 
Hi all!
I'm want to use my library in another project. I have compiled my lib (tmf.lib) succesfully. But when i I whant to use there a Linking error:

error LNK2001: unresolved external symbol "void __cdecl tmf_close(struct TmfClass *)" (?tmf_close@@YAXPAUTmfClass@@@Z)
error LNK2001: unresolved external symbol "struct TmfClass * __cdecl tmf_init(char const *)" (?tmf_init@@YAPAUTmfClass@@PBD@Z)

The problem is that I've added tmf.lib to project settings library modules and copied tmf.lib and some header files to project dir.

Does anyone know how to solve this problem?
PS I also tryed to this similar stuff but with a very small lib containg only a few functions a every thing was ok.

Pain is a weakness living the body
GeneralRe: Problems with lib file and linking Pin
ian mariano24-Mar-04 17:19
ian mariano24-Mar-04 17:19 
GeneralRe: Problems with lib file and linking Pin
ravjak25-Mar-04 5:17
ravjak25-Mar-04 5:17 
GeneralRe: Problems with lib file and linking Pin
ravjak25-Mar-04 5:22
ravjak25-Mar-04 5:22 
GeneralRe: Problems with lib file and linking Pin
ravjak28-Mar-04 2:42
ravjak28-Mar-04 2:42 
GeneralMixing C++ and C Pin
Member 62566623-Mar-04 8:01
Member 62566623-Mar-04 8:01 
GeneralRe: Mixing C++ and C Pin
ian mariano23-Mar-04 10:17
ian mariano23-Mar-04 10:17 
GeneralRe: Mixing C++ and C Pin
Member 62566623-Mar-04 10:28
Member 62566623-Mar-04 10:28 
GeneralRe: Mixing C++ and C Pin
ian mariano24-Mar-04 2:01
ian mariano24-Mar-04 2:01 
GeneralRe: Mixing C++ and C Pin
Member 62566625-Mar-04 5:15
Member 62566625-Mar-04 5:15 
GeneralRe: Mixing C++ and C Pin
ian mariano25-Mar-04 9:59
ian mariano25-Mar-04 9:59 
GeneralRe: Mixing C++ and C Pin
Member 62566625-Mar-04 10:22
Member 62566625-Mar-04 10:22 
Generalfind current path (C++ DLL called from C# file) Pin
jazzle23-Mar-04 6:02
jazzle23-Mar-04 6:02 
GeneralRe: find current path (C++ DLL called from C# file) Pin
ian mariano23-Mar-04 10:24
ian mariano23-Mar-04 10:24 
GeneralRe: find current path (C++ DLL called from C# file) Pin
jazzle24-Mar-04 4:48
jazzle24-Mar-04 4:48 
Generalnewbie timer question Pin
zena9923-Mar-04 4:20
zena9923-Mar-04 4:20 
GeneralRe: newbie timer question Pin
zena9923-Mar-04 4:55
zena9923-Mar-04 4:55 
GeneralI need books pls Pin
extremeg21-Mar-04 20:35
extremeg21-Mar-04 20:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.