_VOLoadLibrary

Public support forum for peer to peer support with related to the Visual Objects and Vulcan.NET products
Post Reply
User avatar
rjpajaron
Posts: 364
Joined: Fri Nov 06, 2015 12:01 am

_VOLoadLibrary

Post by rjpajaron »

Hello,

I am using this in our apps and it served us well for decades for having to load DLL when only needed.

I am trying to find this in the documentations but I can't find it. Soon, I will stumble this in our codes I am about to port.

At this point, I am halfway of the core library of our apps. If my memory is correct, it could be in the middle of this codebases I am porting right now.

I read it that .NET offers so much on late binding. But, I need to keep things as is for the mean and kick the can down the road and pick it up when I got there ready.....


Thanks...

Rene
User avatar
robert
Posts: 4225
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

_VOLoadLibrary

Post by robert »

Rene,
There is a XSharpLoadLibrary function. Replace the call to _VOLoadLibrary with XSharpLoadLibrary (it takes standard strings) and you should be fine.
This function loads the library and calls the initialization code in that library, such as Init procedures etc.

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
Post Reply