Search found 2 matches

by dbarker2
Mon Nov 21, 2011 9:58 pm
Forum: Camera SDK
Topic: cModuleSync runtime error in x64 library
Replies: 3
Views: 13512

Re: cModuleSync runtime error in x64 library

<t>Thanks Mike, <br/> <br/> After searching the headers I found the solution was to add the pre-processor definition "WIN64" to my project. It looks like this determines the size of a buffer variable used in the modulesync.h, which might explain why it only crashes after a dynamic allocation. <br/> ...
by dbarker2
Sun Nov 20, 2011 4:58 pm
Forum: Camera SDK
Topic: cModuleSync runtime error in x64 library
Replies: 3
Views: 13512

cModuleSync runtime error in x64 library

<t>Hello, I'm running into a runtime error in my application when dynamically allocating a cModuleSync object. Basically the program crashes and stops working once the line below is executed. Other CameraLibrary functions work fine: cameras are found and initialized. <br/> <br/> cModuleSync * sync =...