OK, I guess you are out of the ideas to check.
Can you share your Visual studio project files so I can debug the issue myself?
Search found 6 matches
- 2013-02-28T23:18:07-07:00
- Forum: Bugs
- Topic: Windows installer issues
- Replies: 8
- Views: 5932
- 2013-02-27T06:47:29-07:00
- Forum: Bugs
- Topic: Windows installer issues
- Replies: 8
- Views: 5932
Re: Windows installer issues
Yes, I also have VS 2010 installed here too.
Installing redist package you link brings this message: A newer version of Microsoft Visual C++ 2010 Redistributable has been detected on the machine.
Installing redist package you link brings this message: A newer version of Microsoft Visual C++ 2010 Redistributable has been detected on the machine.
- 2013-02-27T05:45:02-07:00
- Forum: Bugs
- Topic: Windows installer issues
- Replies: 8
- Views: 5932
Re: Windows installer issues
My test machine is Windows 7 32-bit, compiler Visual Studio 2008 with SP1.
- 2013-02-27T05:42:18-07:00
- Forum: Bugs
- Topic: Windows installer issues
- Replies: 8
- Views: 5932
Re: Windows installer issues
Previously I used "Q8" version of the same release, now uninstalled the old one and installed the one from your link. Same crashes this time, only the crash addresses are different, for example button error is now: Unhandled exception at 0x51814f6a in button.exe: 0xC0000005: Access violation writing ...
- 2013-02-26T23:44:32-07:00
- Forum: Bugs
- Topic: Windows installer issues
- Replies: 8
- Views: 5932
Re: Windows installer issues
Thanks for the tip. Unfortunately, this doesn't work either. 1. Button example crashes on line 61: button.read( backGround ); Error: Unhandled exception at 0x5a564c5a in button.exe: 0xC0000005: Access violation writing location 0x01d6cfa7. 2. Demo example throws exception: Microsoft C++ exception ...
- 2013-02-26T00:05:28-07:00
- Forum: Bugs
- Topic: Windows installer issues
- Replies: 8
- Views: 5932
Windows installer issues
I would like to use Magick++ API, and at first I've tried using "dll" installer version to install development libraries and headers. The issue here is that the library can not seem to find the image format module in this simple code (both hardcoded paths are verified and correct): Magick ...