Jump to content


DefuzionGames

Member Since 27 Jun 2005
Offline Last Active Apr 18 2013 05:18 PM

Posts I've Made

In Topic: Need Help With Download Dlls

18 April 2013 - 02:58 PM

in case anyone wants to know this.

 

3 POSSIBLE methods.

 

1 - use a vbscript to clear entire internet cache, (google for code)

 

2 - when specifying download location add a random integer to the "save to" location on hard disk, then rename file after download

 

3- Add a random INT into the URL (more reliable) but mught not work with ALL urls..

e.g take the url for google log

www.google.co.uk/images/srpr/logo4w.png

 

 

we then add a random PHP style parameter to pass to the server, which will get ignored but fools your browser into thinking its a unique new url and WILL redownload the file:

www.google.co.uk/images/srpr/logo4w.png?random=123456779


In Topic: Master Collection

14 February 2013 - 08:39 PM

im gonna wait till its a bit cheaper to be honest.  I only got into gM cos of the low price but now its big commercial software its kinda out of reach for alot of people, unless they happy with the basic version without the plugins.  BUt most people want to advance into app creation too

In Topic: Gmfocus Dll

13 February 2013 - 10:24 PM

ok this is good. it worked fine but now the dll define functions dont work for some reason.

In Topic: Defuzion Maxwinapi Form Designer

12 February 2013 - 10:52 AM

updated the link again.

In Topic: Ultracrypt Dll - Best File Encryption For Gm.

04 February 2013 - 09:57 PM

Game Maker's DLL mechanism must be really shaky. I have a simple DLL I programmed myself and it sometimes won't initialize, "Error while defining external function". The problem disappears/reappears after a reboot.

In the case of Ultracrypt, exit FRAPS or the DLL cannot initialize. :rolleyes:/>


I also have this issue with two dlls and windows 7.

its stupid! had to abort a program due to this.

so whats causing it, the dll work AND gm can use them, its just that sometimes they wont work, unless you reboot once or twice, what kind of crap is that