Re: I need help to get jmEdit to compile
- Posted by jimcbrown (admin) Jun 14, 2009
- 931 views
Yes, I removed the 0 ,
No you didn't.
and now I get:
C:\Euphoria\wxEuphoria\vmProgramming\jmeditor-zip\dll.e:61 in function define_c_func()
Invalid argument type lib = 2012282880 routine_name = {67'C',114'r',101'e',97'a',116't',101'e',68'D',73'I',66'B', 83'S',101'e',99'c',116't',105'i',111'o',110'n'}
arg_types = {16777220,16777220,16777220,0,16777220,16777220} return_type = 16777220
... called from C:\Euphoria\wxEuphoria\vmProgramming\jmeditor-zip\libs/gdi32.ew:2408
dll.e:61 line 61 is this:
return machine_func(M_DEFINE_C, {lib, routine_name, arg_types, return_type})
gdi32.ew:2408 I thought the 2408 was a line sequence #. The last line in gdi32.ew is 1830 for me.
Also, did you have trouble with jmEdit finding dll.e , gdi32.ew , etc.. I had to dump all the pgms in Libs.Folder into same folder as editor.exw .
Thanks
For emphasis, I'll repeat again:
arg_types = {16777220,16777220,16777220,0,16777220,16777220}
Based on what you said.
gdi32.ew:2408 I thought the 2408 was a line sequence #. The last line in gdi32.ew is 1830 for me.
Looks like you edited the wrong copy of gdi32.ew ???