|
#1
|
|||
|
|||
|
Query: return-display system Ram
Is there a way of returning the amount of system Ram.
tks. |
|
#2
|
||||
|
||||
|
Here's the ram.dll by Worm that may help. (was intended for AMS 5)
http://www.indigorose.com/forums/sho...10&postcount=3 Sincerely, |
|
#3
|
|||
|
|||
|
What about using a self made compiled AutoIt script?
The attached zip file contains: System_RAM.sf7 SystemRAM.exe Insert SystemRAM.exe as a primer file. Build and run! The AutoIt script is included as a comment in the SUF7 project (On Startup) |
|
#4
|
|||
|
|||
|
thanks Gentlemen,
As expected, a lot of WORMS (your da man) DLL's test fine with SUF7.. Perhaps in some later service release for SUF 7, builtin to return detected ram(available to 'windows') will be included..I 've added to the Suggestion forum... |
|
#5
|
|||
|
|||
|
For now for those who wish to dispaly the Ram on User's system..
first get your hands on WORM's Ramdll file add this to your 'Global Functions' then call as mentioned below: function SysRam() --a global and then call locally to display system ram local strSysram = DLL.CallFunction(SessionVar.Expand("%TempLaunchFol der%").."\\RM.dll", "GetRam", "", DLL_RETURN_TYPE_LONG, DLL_CALL_STDCALL) + 1; --make user friendly return strSysram; end to locally call above function..say in your startup actions: strRam = SysRam(); --will return a string(amount of ram) to be used how you like Dialog.Message("Ram on System", strRam.." MB"); -- a test display you're all set... Note: the file name "rm.dll" is just what I use ..make sure it is the same file name as the dll (which must be included as a 'Primer File' in the Project) Last edited by SUF6NEWBIE; 10-19-2004 at 12:53 AM. |
![]() |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Display system info | pjhiggins | AutoPlay Media Studio 5.0 | 3 | 02-25-2004 09:32 AM |
| Press Release: Indigo Rose Launches New Online Support System | Colin | Announcements & News | 0 | 02-02-2004 04:51 PM |
| Display System Time in Project | Mythwyn | AutoPlay Media Studio 5.0 | 5 | 12-27-2003 10:53 AM |
| HOWTO: Display Conditional Text Based Upon a List Box Selection | Support | AutoPlay Media Studio 4.0 Examples | 0 | 10-15-2002 11:54 AM |
| HOWTO: Make a Program Run Every Time the System Starts | Support | Setup Factory 6.0 Knowledge Base | 0 | 10-01-2002 10:44 AM |
All times are GMT -6. The time now is 05:15 AM.








Linear Mode

