Search found 3 matches

by J4e8a16n
Thu Apr 23, 2009 2:07 pm
Forum: Compiler / Linking / IDE Related
Topic: host application for your dll
Replies: 0
Views: 392

host application for your dll

Hi,

I am tryng to run the basic example for a dll. But,

when I press on run a prompt tells me I have to declare a host application in Execute/parameters
There is a path button there . . . where is the application ?

I am on Vista 64

Thanks
JPD
by J4e8a16n
Thu Apr 02, 2009 12:52 pm
Forum: General Development
Topic: Interrupt/Exception
Replies: 2
Views: 1501

The problem was the quotes in the path. mingwmake did not like them. I removed them oand its is ok. Thend I compiled a new version of make3.8.1. JPDaviau --------------------- HP Pavilion Elite m9525f Desktop PC Vista Édition Familiale Premium SP1 64 bits pont sud Intel 8280 (ICH9R) Intel(R) Core(TM...
by J4e8a16n
Mon Mar 30, 2009 4:06 pm
Forum: General Development
Topic: Interrupt/Exception
Replies: 2
Views: 1501

Interrupt/Exception

Hey, I have a mingw32-make.exe: Interrupt/Exception caught (code = 0xc0000005, addr = 0x41f97e) with a C hello world application. 0 error 0 warning status done JPD ------ /* main.c */ #include "hello.h" #include <stdio.h> int main (void) { hello (); printf("Hello World.2"); retur...