vustyle
unread,Feb 12, 2011, 9:44:22 AM2/12/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golang-nuts, michael...@dfas.mil
Hi,
I have been following this group but couldn't do it most of the time
because my work blocks google groups. Yesterday, I was able to do a
full build on Windows using just MingW. But, in order to do that, I
had to delete the entire go folder and pull via 'hg clone.....'
Simply using 'hg pull .. hg update' didn't work on existing code from
previous install with the prepackaged win32 install in Zipped file.
(hope this helps those who have been getting errors on windows build)
Also, I would like to congratulate whoever wrote the wingui package
code in the "exp" folder. It's a great implementation of win32 api in
'go-lang', and it looks almost like 'native' win32api programming with
'c-language'. But, having spent time looking at it, I was wishing for
'templates' features in order to use the WTL way of programming
windows. It would allow Go to leverage the win32api without having to
depend on porting the entire MFC foundation class into Go-lang in
order to do windows GUI programming.
Another reason for WTL is that we need to hook into oracle Forms
codebase at my workplace. MFC doesn't play well with Oracle Forms
when hooking DLL's into the Oracle Forms environment.
Again, congrats on having such awesome code in wingui and win32 build.
Luan Vu (Michael)