ToToTEK.COM Forum Index ToToTEK.COM
Help & Support Forum
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

uCON64 Support!!!!!
Goto page Previous  1, 2, 3, 4, 5, 6
 
Post new topic   Reply to topic    ToToTEK.COM Forum Index -> TigerSoft's SuperFlash Cart
View previous topic :: View next topic  
Author Message
dbjh



Joined: 02 Aug 2003
Posts: 167

PostPosted: Thu Oct 14, 2004 10:51 am    Post subject: Reply with quote

Sure. Have you read developers.html, specifically the question about how to obtain the current source code? You may want to try a CVS frontend from http://www.wincvs.org/. Another option would be to set up a minimal Cygwin installation, and use the command line CVS program (no need to configure it, you can directly copy the commands mentioned in developers.html).
If you cannot get that to work, I could e-mail you a CVS snapshot (I will check SF in a moment to see if they provide an automatic CVS snapshot service), but please try to get the source code yourself first.
Back to top
View user's profile Send private message
DragonBoy



Joined: 18 May 2004
Posts: 9

PostPosted: Thu Oct 14, 2004 3:09 pm    Post subject: Reply with quote

dbjh wrote:
Sure. Have you read developers.html, specifically the question about how to obtain the current source code? You may want to try a CVS frontend from http://www.wincvs.org/. Another option would be to set up a minimal Cygwin

installation, and use the command line CVS program (no need to configure it, you can directly copy the commands mentioned in developers.html).
If you cannot get that to work, I could e-mail you a CVS snapshot (I will check SF in a moment to see if they provide an automatic CVS snapshot service), but please try to get the source code yourself first.

Thanks for the fast reply! I managed to download the source using wincvs, but when I tryed to compile it using visual c++ 6.0 i get these errors...

ucon64.obj : error LNK2001: unresolved external symbol _atari_usage
ucon64.obj : error LNK2001: unresolved external symbol _ngp_usage
ucon64.obj : error LNK2001: unresolved external symbol _jaguar_usage
ucon64.obj : error LNK2001: unresolved external symbol _swan_usage
ucon64.obj : error LNK2001: unresolved external symbol _sms_usage
ucon64.obj : error LNK2001: unresolved external symbol _nes_usage
ucon64.obj : error LNK2001: unresolved external symbol _pcengine_usage
ucon64.obj : error LNK2001: unresolved external symbol _lynx_usage
ucon64.obj : error LNK2001: unresolved external symbol _gameboy_usage
ucon64.obj : error LNK2001: unresolved external symbol _genesis_usage
ucon64.obj : error LNK2001: unresolved external symbol _neogeo_usage
ucon64.obj : error LNK2001: unresolved external symbol _snes_usage
ucon64.obj : error LNK2001: unresolved external symbol _n64_usage
ucon64.obj : error LNK2001: unresolved external symbol _gba_usage
ucon64.obj : error LNK2001: unresolved external symbol _psx_usage
ucon64.obj : error LNK2001: unresolved external symbol _dc_usage
ucon64.obj : error LNK2001: unresolved external symbol _gg_usage
ucon64.obj : error LNK2001: unresolved external symbol _xps_usage
ucon64.obj : error LNK2001: unresolved external symbol _ppf_usage
ucon64.obj : error LNK2001: unresolved external symbol _pal4u_usage
ucon64.obj : error LNK2001: unresolved external symbol _aps_usage
ucon64.obj : error LNK2001: unresolved external symbol _ips_usage
ucon64.obj : error LNK2001: unresolved external symbol _bsl_usage
ucon64.obj : error LNK2001: unresolved external symbol _ucon64_patching_usage
ucon64.obj : error LNK2001: unresolved external symbol _ucon64_dat_usage
ucon64.obj : error LNK2001: unresolved external symbol _ucon64_padding_usage
ucon64.obj : error LNK2001: unresolved external symbol _ucon64_options_without_usage
ucon64.obj : error LNK2001: unresolved external symbol _ucon64_options_usage
ucon64.obj : error LNK2001: unresolved external symbol _realpath2
ucon64.obj : error LNK2001: unresolved external symbol _optarg
ucon64.obj : error LNK2001: unresolved external symbol _getopt2_get_index_by_val
ucon64.obj : error LNK2001: unresolved external symbol _getopt_long_only
ucon64.obj : error LNK2001: unresolved external symbol _optind
ucon64.obj : error LNK2001: unresolved external symbol _getopt2_long_only
ucon64.obj : error LNK2001: unresolved external symbol _ucon64_dat_indexer
ucon64.obj : error LNK2001: unresolved external symbol _get_property_fname
ucon64.obj : error LNK2001: unresolved external symbol _get_property_int
ucon64.obj : error LNK2001: unresolved external symbol _get_property
ucon64.obj : error LNK2001: unresolved external symbol _ucon64_configfile
ucon64.obj : error LNK2001: unresolved external symbol _handle_registered_funcs
ucon64.obj : error LNK2001: unresolved external symbol _ucon64_options
ucon64.obj : error LNK2001: unresolved external symbol _ucon64_switches
ucon64.obj : error LNK2001: unresolved external symbol _nes_get_file_type
ucon64.obj : error LNK2001: unresolved external symbol _ucon64_dat_search
ucon64.obj : error LNK2001: unresolved external symbol _ucon64_chksum
ucon64.obj : error LNK2001: unresolved external symbol _basename2
ucon64.obj : error LNK2001: unresolved external symbol _ucon64_testsplit
ucon64.obj : error LNK2001: unresolved external symbol _fsizeof
ucon64.obj : error LNK2001: unresolved external symbol _unknown_init
ucon64.obj : error LNK2001: unresolved external symbol _psx_init
ucon64.obj : error LNK2001: unresolved external symbol _dc_init
ucon64.obj : error LNK2001: unresolved external symbol _neogeo_init
ucon64.obj : error LNK2001: unresolved external symbol _pcengine_init
ucon64.obj : error LNK2001: unresolved external symbol _jaguar_init
ucon64.obj : error LNK2001: unresolved external symbol _swan_init
ucon64.obj : error LNK2001: unresolved external symbol _ngp_init
ucon64.obj : error LNK2001: unresolved external symbol _nes_init
ucon64.obj : error LNK2001: unresolved external symbol _snes_init
ucon64.obj : error LNK2001: unresolved external symbol _sms_init
ucon64.obj : error LNK2001: unresolved external symbol _gameboy_init
ucon64.obj : error LNK2001: unresolved external symbol _lynx_init
ucon64.obj : error LNK2001: unresolved external symbol _genesis_init
ucon64.obj : error LNK2001: unresolved external symbol _n64_init
ucon64.obj : error LNK2001: unresolved external symbol _gba_init
ucon64.obj : error LNK2001: unresolved external symbol _ucon64_dat_nfo
ucon64.obj : error LNK2001: unresolved external symbol _ucon64_msg
ucon64.obj : error LNK2001: unresolved external symbol _ucon64_dump
ucon64.obj : error LNK2001: unresolved external symbol _dumper
ucon64.obj : error LNK2001: unresolved external symbol _ucon64_testpad
ucon64.obj : error LNK2001: unresolved external symbol _ucon64_dat_total_entries
ucon64.obj : error LNK2001: unresolved external symbol _getopt2_usage
Debug/ucon64.exe : fatal error LNK1120: 71 unresolved externals
Error executing link.exe.
Back to top
View user's profile Send private message
dbjh



Joined: 02 Aug 2003
Posts: 167

PostPosted: Thu Oct 14, 2004 7:10 pm    Post subject: Reply with quote

DragonBoy wrote:
Thanks for the fast reply!

You're welcome :-)

DragonBoy wrote:
I managed to download the source using wincvs, but when I tryed to compile it using visual c++ 6.0 i get these errors...
[lots of unresolved reference messages]

Hmmm, this is the second report about problems when trying to compile with Visual C++ 6. Did you compile the code by using "nmake /f Makefile.vc6" on the command line? The error messages make no sense, as the variables and functions link.exe complains about are all present (in other object files). Maybe it has to do with your version of Visual C++ 6. IIRC I use Service Pack 5. You could try two things:
1.) Modify Makefile.vc6 so that the object files are specified in a different order. Try putting ucon64.obj at the end. Likewise for other files that link.exe complains about.
2.) Download MinGW and compile uCON64 with it. You need two files, MinGW-3.1.0-1.exe[14863 kB] and MSYS-1.0.10.exe[2742 kB]. Don't forget to read the installation notes. BTW if you use Windows 98 you have to make a small modification to msys.bat.
Back to top
View user's profile Send private message
DragonBoy



Joined: 18 May 2004
Posts: 9

PostPosted: Sun Oct 17, 2004 2:08 pm    Post subject: Reply with quote

Well... I tryed to do it again with visual c++ but no luck... maybe is my version or something... Anyway, I used MinGW and it worked fine! Laughing Thanks again dbjh
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    ToToTEK.COM Forum Index -> TigerSoft's SuperFlash Cart All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6
Page 6 of 6

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group