DXF AUTO EXPORT VB PROGRAM 32 BIT VS 64 BIT
DXF AUTO EXPORT VB PROGRAM 32 BIT VS 64 BIT
(OP)
We have modified program I got off this site from Cowski that exports out a DXF using the CGM import/Export. It used to work well in the XP 32 bit system. Since we have moved to the windows7 64 bit the program does not work now. What could be hanging this program up from working on one system and not the other?
I have attached VB file
The error I get is invalid DXF message at the end of the program
I have attached VB file
The error I get is invalid DXF message at the end of the program





RE: DXF AUTO EXPORT VB PROGRAM 32 BIT VS 64 BIT
CODE
First, I'd try adding the Annotations and Structures lines; if it still doesn't work, try commenting out the SetUserCredentials line. If it still doesn't work after that I'd check the log file after running the journal to see if there are any hints in there as to why it isn't completing. Also, I'd check to make sure the latest .NET framework and patches are installed.
As a last resort, I'd try commenting out the call to the Validate method just to see what happens.
www.nxjournaling.com
RE: DXF AUTO EXPORT VB PROGRAM 32 BIT VS 64 BIT
RE: DXF AUTO EXPORT VB PROGRAM 32 BIT VS 64 BIT
Not sure it is the same problem you are facing, but worth a look.
www.nxjournaling.com
RE: DXF AUTO EXPORT VB PROGRAM 32 BIT VS 64 BIT
RE: DXF AUTO EXPORT VB PROGRAM 32 BIT VS 64 BIT
and added dxfdwgValid = true
The GTAC guy did not understand why the Validate kept sending back a False Flag. So this now works. Once again thanks for the Help cowski.