Hi!
Okay, i have now encountered the Problem!
Problem is now:
I make a DLL witch exports its functions as standart C Function with
extern "C" __declspec (dllexport) int WINAPI
Now, i import Xerces with this call:
#ifdef _DEBUG
#pragma comment(lib, "xerces-c_1D.lib")
#else
#pragma comment(lib, "xerces-c_1.lib")
#endif
Now, it seems, like i cannot run a C DLL witch is calling a C++ DLL (like
Xerces).
Anybody have a workaround or (better) a solution for this mess?
BESTe Gr�sse, BEST regards
Sascha Presnac
Research & Development
BEST GmbH
Mevissenstr. 65
D-47803 Krefeld
Germany
http://www.bestcolor.com/
-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-
My Favorite Links:
http://www.wo-gibts-geld.de/
http://www.techcrawler.de/jamt/
http://www.profiseller.de/shop1/mega/index.php3?ps_id=P3178618
-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-
|# -----Original Message-----
|# From: Sascha Presnac
|# Sent: Friday, June 08, 2001 4:04 PM
|# To: '[EMAIL PROTECTED]'
|# Subject: Problems with Xerces 1.4.0 and VC++ 6.0
|#
|#
|# Hi!
|#
|# I have a big problem using Xerces 1.4.0 with Visual C++ 6.0
|# (SP 4) and Windows 2000 Pro.
|# I want to build a DLL, witch implements the xerces
|# .lib-files (and so calls the xerces dll�s)
|# Now, when I try to load the DLL with Delphi (its an C++
|# with 'extern "C"' calls in it), it throws me an Expection.
|# It does not throw errors, when i try to load it with a
|# sample console .exe file.
|#
|# So, for my eyes, it seems that i cannot build a .dll witch
|# is calling xerces for building a dll to use with Delphi.
|#
|# Please help me with that matter.
|# Thank you in advance...
|#
|# Sascha
|#
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]