Making a CXP compatible DCLIPX.DLL

This forum is for conversations about Internet development using CXP, WebSockets, HttpEndPoint, etc.
Post Reply
Message
Author
Sbryan
Posts: 31
Joined: Sun Oct 18, 2015 7:15 am

Making a CXP compatible DCLIPX.DLL

#1 Post by Sbryan »

Hi Roger,

After reading your article on CXP I realized if I want to use any DCLIPX.DLL functions it needs to be customized to excluded any functions that are in xppwui.dll to make it unloadable.

What's involved in doing this? I've never tried doing anything other than just building the dll using your batch files.

User avatar
rdonnay
Site Admin
Posts: 4722
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Making a CXP compatible DCLIPX.DLL

#2 Post by rdonnay »

I have not had to do this.

I use it with my DCLIPX.DLL all the time.

Do you have the latest version of Xbase++ 2.0?
The eXpress train is coming - and it has more cars.

Sbryan
Posts: 31
Joined: Sun Oct 18, 2015 7:15 am

Re: Making a CXP compatible DCLIPX.DLL

#3 Post by Sbryan »

No, I have an older Foundation version (build 840). For what little I do I haven't been able to justify the subscription cost and to get back in now I'd have to repurchase like a new user. Until Alaska comes out with features I can't do without I'll stay where I am.

I managed to copy all the files and remove the reference to xppwui.lib. After rebuilding it works with CXP and so far it works for what I need.

Post Reply