|
|
|
|||||
|
link error: error LNK2001: unresolved external symbol __imp___assert
Hi!
I have put the slice definitions and the generated source code in a simple static library project in order to simplify sharing between client and server. Building the library itself works just great, but when I try to compile the server (started out with a win32 console app project) I get the following linking error because of the static library that contains only the autogenerated code: Linking... IceIF.lib(Datenbank.obj) : error LNK2001: unresolved external symbol __imp___assert Debug/Server.exe : fatal error LNK1120: 1 unresolved externals I do not know where this __imp___assert comes from. It must get included through a macro, but nothing similar appears in any headers on my system... One final thing: I recompiled all of Ice against STLPort, but the demos work without problems. Any ideas? Regards, Gregor |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| vc 6 link error | mwilson | Help Center | 5 | 02-13-2007 08:15 PM |
| Linking Problems: Unresolved external symbol | Metadragonfire | Help Center | 2 | 06-26-2006 09:16 PM |
| Ice Php 1.0.2 link error | fengxb | Help Center | 12 | 03-09-2004 01:08 AM |
| slice2cpp: relocation error: ... undefined symbol: yydebug | catalin | Help Center | 1 | 11-07-2003 08:56 AM |
| link error with stl | simpley | Help Center | 11 | 09-02-2003 06:58 PM |