2 registered members (TipmyPip, 1 invisible),
18,758
guests, and 8
spiders. |
Key:
Admin,
Global Mod,
Mod
|
|
|
Re: delete ieframe.dll ???
[Re: Wollez]
#390624
01/03/12 11:21
01/03/12 11:21
|
Joined: Nov 2002
Posts: 913 Berlin, Germany
SchokoKeks
User
|
User
Joined: Nov 2002
Posts: 913
Berlin, Germany
|
I would say that windows probably wouldn't work right without this file so its blocking you from deleting it. This file is a vital part of IE.
Have you tried making a backup of your 3DGS folder, uninstalling 3DGS, completely deleting the folder it was installed to, then redownloading it (important) and reinstalling it?
We already had some problems here with installer files that were damaged on the download.
Last edited by SchokoKeks; 01/03/12 11:21.
|
|
|
Re: delete ieframe.dll ???
[Re: Wollez]
#391078
01/08/12 01:43
01/08/12 01:43
|
Joined: Apr 2007
Posts: 3,751 Canada
WretchedSid
Expert
|
Expert
Joined: Apr 2007
Posts: 3,751
Canada
|
Every texteditor that runs on Windows does the job 
Shitlord by trade and passion. Graphics programmer at Laminar Research. I write blog posts at feresignum.com
|
|
|
Re: delete ieframe.dll ???
[Re: WretchedSid]
#392734
01/26/12 16:20
01/26/12 16:20
|
Joined: Apr 2011
Posts: 40 germany
Wollez
OP
Newbie
|
OP
Newbie
Joined: Apr 2011
Posts: 40
germany
|
hi, sry for not writing so long but I was pretty busy with school. Thanks Sid, but I meant an editor that's maybe more like SED with debugger and that can compile with acknex. Is there a program like that? Or can I maybe use a c-editor and start acknex with a batchfile? Thanks for all answers valle
|
|
|
Re: delete ieframe.dll ???
[Re: Wollez]
#392739
01/26/12 17:21
01/26/12 17:21
|
Joined: Jan 2002
Posts: 4,225 Germany / Essen
Uhrwerk
Expert
|
Expert
Joined: Jan 2002
Posts: 4,225
Germany / Essen
|
Starting acknex from a batch file is always a solution. You can find the engines command line options here: http://www.conitec.net/beta/a-black.htmDebugging with SED sucks anyways. A few printfs do a much better job here than SED - at least if you ask me. You can for example use Notepad++. It's easy to customize the shortcuts here and you can easily define a shortcut for "Run in engine". Have you tried switching the command help window off while working with SED?
Always learn from history, to be sure you make the same mistakes again...
|
|
|
Re: delete ieframe.dll ???
[Re: Uhrwerk]
#393259
02/01/12 18:37
02/01/12 18:37
|
Joined: Apr 2011
Posts: 40 germany
Wollez
OP
Newbie
|
OP
Newbie
Joined: Apr 2011
Posts: 40
germany
|
thanks for the tip, it works very well with notepad++. I wrote a batch-file that starts acknex:
@echo on
cd c:\program files (x86)\gstudio8
start acknex.exe game.c
Then I created a shortcut to this file, which I can start with ctrl + alt + n. But the project files need to be in the gstudio8 folder, which is very annoying. Can I somehow put them in a folder without getting an error message? greetings Valle
|
|
|
|