Search found 49 matches

by Shrek
Wed Jul 30, 2014 4:28 pm
Forum: General Programming
Topic: Create plugin without Ams Plugin Maker
Replies: 4
Views: 7192

Re: Create plugin without Ams Plugin Maker

The forum administrator rather than installing a anti-spamm plugin instead chooses to blanket ban potentially billions of customers that have free email accounts. This is the most stupidest of business decisions ever taken by a company. The SDK is *** property and you cant distribute it without ther...
by Shrek
Wed Jul 30, 2014 1:42 pm
Forum: General Programming
Topic: Create plugin without Ams Plugin Maker
Replies: 4
Views: 7192

Re: Create plugin without Ams Plugin Maker

Download the AMS SDK, you'll need to register over there to get the link.

Plugins are literally just dll files.
by Shrek
Tue Jul 15, 2014 7:23 am
Forum: General Programming
Topic: questions for reteset
Replies: 13
Views: 13387

Re: questions for reteset

OK, you know that these virtual .exe compilers fail on .exe files that are compressed so an option for compressing or not would be cool, finally the .exe can be renamed?
by Shrek
Sun Jul 13, 2014 6:15 pm
Forum: General Programming
Topic: questions for reteset
Replies: 13
Views: 13387

Re: questions for reteset

That's good to know, the GOTO feature opens up greater possibilities, any virtualization options for comping?
by Shrek
Sun Jul 13, 2014 4:19 am
Forum: General Programming
Topic: questions for reteset
Replies: 13
Views: 13387

Re: questions for reteset

So what version of Lua will it use or is there going to be a choice? and what would a typical output exe come in at size wise?
by Shrek
Fri Apr 04, 2014 9:26 am
Forum: General Programming
Topic: Lua 5.2.3 engine
Replies: 1
Views: 5263

Re: Lua 5.2.3 engine

You can't really because functions have come and gone and new methods such as 'go to' have appeared that means syntax checking does not work.

The best you can do is build a Lua 5.2 backport for Lua 5.1 that will have all the bug fixes and the new bit32 functions but it wont have the 'go to' etc.
by Shrek
Mon Mar 31, 2014 8:37 am
Forum: General Discussion
Topic: WM_MEASUREITEM
Replies: 2
Views: 5486

Re: WM_MEASUREITEM

Bump.........................................
by Shrek
Mon Mar 31, 2014 8:36 am
Forum: Suggestions And Bug Reports
Topic: Help Authoring
Replies: 4
Views: 6090

Re: Help Authoring

Thanks, I was testing this:

www.chmeditor.com/

but will give yours a try too.
by Shrek
Sun Mar 23, 2014 1:37 pm
Forum: Suggestions And Bug Reports
Topic: And the other *** products that support plugins
Replies: 2
Views: 5003

And the other *** products that support plugins

I think you are limiting your product here and limiting the potential revenue of plugins made so how about adding Set-Up Factory and the other *** applications that support plugins to AMP?
by Shrek
Wed Mar 19, 2014 3:53 pm
Forum: General Discussion
Topic: WM_MEASUREITEM
Replies: 2
Views: 5486

WM_MEASUREITEM

__DrawProc = function(hWnd,message,wParam,lParam) if (message == 0x002C) then -- Measure Item, return true if processed. end if (message == 0x002B) then -- Draw Item, return true if processed. end end; The WM_MEASUREITEM gives a pointer to a structure, how do I fill in the MEASUREITEMSTRUCT members...