Roguelib?
ok, i dont know if this is the right place to put this or not, but with Rogue lib, the version off the rainmakers site, when i get one of his sample code typed in to do anything i get a
Linking...
libcd.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
Debug/roguetestprog.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
i''ve checked everything i could think of, including the libs i need ( i dont think i am missing any), ofcourse im using c++ and VC6.0
"head hurt from write"
Your workspace is set for a Console Application. You need to create a new blank workspace of Win32 Application type then add all of your source code and header files back into it. This will make the error go away.
Jason A.
---
I write code.
DelphiGL (http://delphigl.cfxweb.net)
Jason A.
---
I write code.
DelphiGL (http://delphigl.cfxweb.net)
---I write code.DelphiGL (http://delphigl.cfxweb.net)
Hey, I am glad there is someone even interested in ROGue LIB! I get so little feedback I begin to wonder if it is truely worth it sometimes! Sorry I wasn''t here to answer your question.
Alpha 6 is coming out quite soon, with a spiffy particle system (that is, so I am told, waaaay to slow on a geforce ), and best yet, networking support! It uses winsock, and is about 50% tested(no server testing will occur- that''s what I need you people for!).
With midterms in progress, and a new project underway, it is hard to get in code. I am doing Bot AI for a new(and currently unknown) mod for half-life whose name I believe is Alpha Command. Robots vs. Humans, and if you have ever played half-life or its mods, it is a great combination of normal team-play, hunted, and a strategy game all in one scenario! Programming bots is a great ai experiance for me, and I plan to make it the most complex bot out there. Got inspired when I made the normal grunt able to run out of ammo, and made it so that he chases you guns blazing.
Watch for both projects, ROGue LIB probabley sooner.
L8r,
The Rainmaker
Alpha 6 is coming out quite soon, with a spiffy particle system (that is, so I am told, waaaay to slow on a geforce ), and best yet, networking support! It uses winsock, and is about 50% tested(no server testing will occur- that''s what I need you people for!).
With midterms in progress, and a new project underway, it is hard to get in code. I am doing Bot AI for a new(and currently unknown) mod for half-life whose name I believe is Alpha Command. Robots vs. Humans, and if you have ever played half-life or its mods, it is a great combination of normal team-play, hunted, and a strategy game all in one scenario! Programming bots is a great ai experiance for me, and I plan to make it the most complex bot out there. Got inspired when I made the normal grunt able to run out of ammo, and made it so that he chases you guns blazing.
Watch for both projects, ROGue LIB probabley sooner.
L8r,
The Rainmaker
well, im glad that you made it easy for me to do the stuff i need to do, haha that sounded wierd. since im getting a voodoo3, that better do your particles fast , yeah, your lib is cool, thanks for making it
"head hurt from write"
rainy, i''m sorry
it is NOT slow, i had FSAA enabled (fullscreen antialiasing). And this in a WINDOWED MODE, on 1024x768!! with ALPHABLENDING.. worst you can do ever Now ive disabled and its pretty smoth
we wanna play, not watch the pictures
it is NOT slow, i had FSAA enabled (fullscreen antialiasing). And this in a WINDOWED MODE, on 1024x768!! with ALPHABLENDING.. worst you can do ever Now ive disabled and its pretty smoth
we wanna play, not watch the pictures
If that's not the help you're after then you're going to have to explain the problem better than what you have. - joanusdmentia
My Page davepermen.net | My Music on Bandcamp and on Soundcloud
Haha thats good news, thanks for telling me. I will see if I can get the alpha 6 out today...
thanks sir mud for the complement. I am just curious, has anyone made anything with it?
L8r,
The Rainmaker
thanks sir mud for the complement. I am just curious, has anyone made anything with it?
L8r,
The Rainmaker
just call me mud.... ok that just didnt sound right, now, what you need to add, is the ability to write a 8 page report on any type of drug (stupid school)
you could have something like this
MakeReport("drugs are bad, mmm.k?", 4); //(name, # of pages)
SubjectOfReport("N2O"); //subject = diNitrous MonOxide
LookUpForReport("drugs", "N2O"); //do internet search on n2o
//and drugs
writeReport("N2O and Drugs.txt"); //write report
hehe that should give you an idea
you could have something like this
MakeReport("drugs are bad, mmm.k?", 4); //(name, # of pages)
SubjectOfReport("N2O"); //subject = diNitrous MonOxide
LookUpForReport("drugs", "N2O"); //do internet search on n2o
//and drugs
writeReport("N2O and Drugs.txt"); //write report
hehe that should give you an idea
"head hurt from write"
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement