Welcome Guest Register Login Search The Forum Display List of Forum Members
 All Forums
  xmlFUSE
 
Subject Topic: Updating to 6.3 Post Reply Post New Topic
Message posted by RayRippey on 06 May 2010 at 5:03pm
View RayRippey's Profile Profile   Search for other posts by RayRippey Search   Visit RayRippey's Homepage www   Quote RayRippey Quote   Send Private Message Send Msg  
RayRippey
Standard Member
Standard Member
United States
06 May 2010
2 Posts
I have just updated from Clarion 5.5 to 6.3 9056. I use the posturl method to process credit cards and now when I post it just kills the app.. no message, nothing. Can you give me an idea what I need to do to get it running again?

Thanks,



-------------
Ray Rippey
VMT Software

Message posted by steve_johnson on 07 May 2010 at 8:44am
View steve_johnson's Profile Profile   Search for other posts by steve_johnson Search   Visit steve_johnson's Homepage www   Quote steve_johnson Quote   Send Private Message Send Msg  
steve_johnson
Avatar
Forum Moderator
Forum Moderator
United States
13 April 2002
266 Posts
Hi Ray -

If the app just disappears then it sounds to me like a compiler pragma issue. Do you have the xmlFUSE global extension template added? Just to be safe you should go to Project - Properties and check to see that the following pragmas are set (assuming this is not a multi-DLL application - if it is let me know).

_COMLinkMode_
_COMDllMode_=>off
_APILinkMode_
_APIDllMode_=>off
_TDLinkMode_
_TDDllMode_=>off

Hope that helps - thanks

-------------
Steve Johnson
ThinkData Inc.
http://www.thinkdata.com

Message posted by RayRippey on 07 May 2010 at 11:08am
View RayRippey's Profile Profile   Search for other posts by RayRippey Search   Visit RayRippey's Homepage www   Quote RayRippey Quote   Send Private Message Send Msg  
RayRippey
Standard Member
Standard Member
United States
06 May 2010
2 Posts
Yes, this is a multi-dll app. I have a data.dll and several dlls, and exe files that access the dll and data.dll files.

What should I do differently?

Thanks,
Ray
VMT


-------------
Ray Rippey
VMT Software

Message posted by steve_johnson on 07 May 2010 at 11:58am
View steve_johnson's Profile Profile   Search for other posts by steve_johnson Search   Visit steve_johnson's Homepage www   Quote steve_johnson Quote   Send Private Message Send Msg  
steve_johnson
Avatar
Forum Moderator
Forum Moderator
United States
13 April 2002
266 Posts
The global extension template needs to be added to every app in your project. It will take care of the pragma settings for you and will export the classes out of the base data app.

Thanks

-------------
Steve Johnson
ThinkData Inc.
http://www.thinkdata.com

If you wish to post a reply to this thread you must first Login
If you are not already registered you must first register

Forum Jump Post Reply Post New Topic
Printer Friendly Version Printable version