search for: geforce8800

Displaying 9 results from an estimated 9 matches for "geforce8800".

2008 Sep 21
0
[LLVMdev] Has anyone sucessfully compile the llvm code using visual
"Cloud Strife" <geforce8800 at gmail.com> writes: > Thank you very much for your reply. > However, my question is not completely solved. > I svned the latest version of the llvm. After I open in the visual studio > 2005, the building errors are still there and there was not any .exe > executable file output...
2008 Sep 18
1
setup_exception_record stack overflow
Hi all, I am still trying with "Sins of a Solar Empire" I upgraded it to 1.05 (the last public available patch) and I have 64bit machine with a Geforce8800 GT 512MB with driver version 177.70. Ok, sometimes the game crashes right away, but sometimes I can play for a long time... but I get many of these: > fixme:ntdll:FILE_GetNtStatus Converting errno 12 to STATUS_UNSUCCESSFUL and finally the game suddenly just stops working... If I kill the gam...
2008 Sep 20
3
[LLVMdev] Has anyone sucessfully compile the llvm code using visual studio 2005?
HI everyone. I am using visual studio 2005 and windows xp to compile the llvm project. I downloaded the project with svn client. I thought this action may gurantee my code is up to date and integrate. However, after I opened the solution located in the win32 directory and build the solution, the visual studio output many many errors, and even few projects can be compiled to generate runable .exe
2008 Sep 21
3
[LLVMdev] Has anyone sucessfully compile the llvm code using visual
Thank you very much for your reply. However, my question is not completely solved. I svned the latest version of the llvm. After I open in the visual studio 2005, the building errors are still there and there was not any .exe executable file output. I set the Fibonacci project under the solution as my startup project and issue the debug-run command. However, the vs 2005 just prompted me that the
2008 Sep 21
0
[LLVMdev] Has anyone sucessfully compile the llvm code using visual
[please keep discussion on-list. thanks] "Cloud Strife" <geforce8800 at gmail.com> writes: > Thank you very much for your help. Now this problem has been solved and I > have got a workable project. > > I am trying the example in the llvm\docs\tutorial\LangImpl4.html > . However, after I put the whole source code into my customized project, > th...
2008 Oct 05
1
[LLVMdev] There are two linker error when compiling the latest llvm source...
Hi everyone.I am using the visual stuido 2005 to build the lastesllvm source code. After the building phase, the vs 2005 dump two errors with the lli and llc. Here is the message: the Error 1549 error LNK2019: unresolved external symbol "class llvm::FunctionPass * __cdecl llvm::createPBQPRegisterAllocator(void)" (?createPBQPRegisterAllocator at llvm@@YAPAVFunctionPass at 1@XZ)
2008 Sep 24
1
[LLVMdev] LLVMdev Digest, Vol 51, Issue 76
Thank you very much for replying. Then I have another question: Before I start, I want to choose the best platform to develop my project. Would you please tell what is the best OS platform to develop the llvm project? There are several choices: Mac OS X, FreeBSD, Linux and Windows. Your opinion is eagerly expected. Thank you :-) > Message: 7 > Date: Wed, 24 Sep 2008 00:44:33 -0700 >
2008 Oct 07
3
[LLVMdev] Running external build tool in Xcode?
Hi everyone.I am using Mac OS X to inspect the llvm source code. Although the make command works perfectly when compiling the source code, the Xcode tool prompted me: *Makefile:26: Makefile.config: No such file or directory* *Makefile:58: /Makefile.rules: No such file or directory* I downloaded the latest SVN code from the web site, built it without any modification in Xcode context. Xcode
2008 Sep 24
3
[LLVMdev] What can llvm provide when writing a new compiler?
Hi everyone. Because there is still a little confusion about the huge document, I want to know what llvm can provide when we customize our new compiler? For example, a normal compiler includes lexer, parser, intermediate code generator , optimizer and target code generator. According to llvm documents, it seems that llvm can provide a better intermediate code presentation. And what else can it