|
From: Lis <li...@12...> - 2006-06-19 08:43:51
|
This is called dynamic linking. I think you would start with ready to use apis from windows. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/loadlibrary.asp http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/freelibrary.asp http://msdn.microsoft.com/library/default.asp?url=/library/en-us/com/html/a47df9eb-97cb-4875-a121-1dabe7bc9db6.asp ----- Original Message ----- From: "Patrik Jeller" <je...@ka...> To: <min...@li...> Sent: Monday, June 19, 2006 10:20 AM Subject: [Mingw-users] dll loading, folder > > Hello > I am working on windows xp. Within a folder I have an application > compiled with mingw and several dll's which the application is depending > upon. However, there are also dll's in this same folder which the > application is not depending upon. My Problem is, that the application > compiled with mingw does load all the dll's in this folder. Does anybody > know how to avoid this, so the application does only load the dll's > which it really depends on? > Any help is very much appreciated! > thanks, patrik > > > _______________________________________________ > MinGW-users mailing list > Min...@li... > > You may change your MinGW Account Options or unsubscribe at: > https://lists.sourceforge.net/lists/listinfo/mingw-users > |