The MASM Forum

Projects => Rarely Used Projects => GoAsm => Topic started by: shankle on November 05, 2013, 07:29:06 AM

Title: rpc.h
Post by: shankle on November 05, 2013, 07:29:06 AM
Getting these errors when compiling a GoAsm 64-bit program.
The program just puts some data to the screen.
Thanks
Title: Re: rpc.h
Post by: wjr on November 05, 2013, 09:38:48 AM
Based on your "Set INCLUDE=D:\codejps" I assume you have placed your header files here. In this folder you should have a C99 folder along with some others, if not, probably easiest to re-unzip Donkey's headers using the "use folder names" option.
Title: Re: rpc.h
Post by: shankle on November 05, 2013, 10:07:33 AM
Thanks for responding WJR.
I have tried to put the headers in codejps.
I have no idea why I find "C99" in "GoAsm\helpjps\codejps" and in "GoAsm\codejps\controls".
Should I make a folder in codejps and call it c99 and put these two in there?????
Or do what you suggested and reload the headers? 
Title: Re: rpc.h
Post by: wjr on November 05, 2013, 11:18:18 AM
You have done something differently since the unzip "use folder names" option will place things into a folder called "headers". So it may be easier for you to just copy that C99 folder into your "D:\codejps" folder. Do the same for other folders such as controls, gl, GDIplus, and WMS if you have these elsewhere.
Title: Re: rpc.h
Post by: shankle on November 05, 2013, 02:03:49 PM
I moved the C99 folder from GoAsm\codejps\controls to GoAsm\codejps.
That seemed to clear up the program. I have no idea how it got put in the wrong place.
Hope I haven't spoken to soon.
Thanks much WJR