Closed michaelrsweet closed 13 years ago
Original reporter: Michael Sweet
Sorry,
I have no experience with FreeBASIC, and given that Mini-XML is a C API I am not sure whether it would even be possible for you to use it from FreeBASIC.
You may have more luck posting to the Mini-XML mailing list...
Version: 2.6 Original reporter:
I have been trying unsuccessfully for a couple weeks to access mxml 2.6 in developing a critical university teaching application in Windows-32bit sys/64 bit machine/FreeBasic. I have mxml.bi, and compiler is recognizing library types and functions as such, and produces an exe. The first time a simple test program tries to access a function (mxmlNewXML) the program crashes without a message except from Windows "An error has caused your program to cease functioning. We'll see if we can fix it. Closing program..." Is it a linking problem? How to fix it? I was unable to do a configure, as it would not run in windows, and so the install may not have worked correctly. There are no dll's in the mxml folder and subfolders. A friend suggested using a simple xml package would save me time, but I almost think I might have been able to code just the parts I need by now. Thank you!