Welcome to %s forums

BrainModular Users Forum

Login Register

Search found 5 matches

by anbd
26 Mar 2010, 16:13
Forum: Module development SDK
Topic: Access violation when i use a usb library in a module
Replies: 11
Views: 21718

When I'm cleaning the code, i could make available the SDK with the module template package for "code::blocks".
Then, for the motor control module, I must first finalize it, and I see with project team if we makes it available.
by anbd
26 Mar 2010, 15:00
Forum: Module development SDK
Topic: Access violation when i use a usb library in a module
Replies: 11
Views: 21718

Ok,
I recompiled everything with MinGW/MSYS compiler(SDK + module) using Code:Blocks and it works,
The dll fits perfectly with my Usine module and dialogue with the control motor card via USB library "libusb-win32.
by anbd
25 Mar 2010, 15:36
Forum: Module development SDK
Topic: Access violation when i use a usb library in a module
Replies: 11
Views: 21718

Thank you for your reply, Martignasse, I will try to move the code on code::blocks
by anbd
23 Mar 2010, 15:43
Forum: Module development SDK
Topic: Access violation when i use a usb library in a module
Replies: 11
Views: 21718

Hello I'm trying to develop a module that can control a stepper motor. (Ref of Command card: http://www.electrobee.com/usb-stepper/) For this I use the c static library "libstepper" which itself contains the c static library "libusb-win32". The module generates the following error: [4] Error:pgUser ...
by anbd
23 Mar 2010, 15:23
Forum: Module development SDK
Topic: PCHAR question
Replies: 4
Views: 9272

Thanks