Anyone using 64bit XP/Vista with Photoshop CS3 and FM? Stable? Any got yas? Will 64bit XP/Vista use all 8gb of quad core system? Does each core get more...
Hi, I just made the mousemove, mouseover and mouseout events only work for the button area of a tab control. In the current version you need to make sure that...
Anyone have help? RON C Anyone using 64bit XP/Vista with Photoshop CS3 and FM? Stable? Any got yas? Will 64bit XP/Vista use all 8gb of quad core system?...
Ron, I've run several FM generated plugins under XP64 with 8GB of RAM and seen no problems. I've not gotten a chance to do much FM development of late (I got...
Harry, What problem does this solve, or what behavior does this change? That will help us evaluate the change. Thanks and regards, Bill ... From: Harald Heim ...
Eric, Thanks for clearing things up for me. Also received e-mail from Adobe that says that 64bit and PS-CS3 uses memory above 4gb as paging space so is much ...
... Ron, that statement implies to me that it will be set up on installation. Normally the disk location of the paging space is declared in Edit > Preferences...
Hi, I am displaying help texts for various control on FME_MOUSEOVER. For tab controls I need to display a text if the user moves the mouse over a certain tab...
Ron, Maybe they are doing something under the covers, but I've not seen something that exactly told me that it was really doing that. Perhaps XP gives...
Eric , Not looking good on this one. Might need to reconsider 64bit as I have a couple of devices with no software and shortage of PCI slots. Right now, I'm...
If I malloc within the dll, will the dll get PS memory or system memory? Loading dlls - will filterInstallDir + dll name properly locate file if stored with...
Hi Ron, According to my tests allocating memory through Photoshop has the advantage that Photoshop can free some of its memory e.g. by moving it to the scratch...
Harry, Thanks. As I need temporary work space, calling malloc in FM or an external function dll will allocate within the PS memory but calling allocArray will...
Hi Ron, FM's malloc allocates from the system and not the host. Only allocArray() does that. Additionaly the t-buffers are also allocated from the host. I do...
With the extra parameter, I can use FilterInstallDir and tell the installer to place dll in same folder as 8bf. I know that I can build the name but why...
Hi, In future, we could have malloc also try first to allocate memory from the host, the way allocArray() does. Or we could introduce a new memory allocation...
Ron, Wouldn't the following work just as well? snprintf(str0,, 255, "%s\FMLibTest.dll", filterInstallDir); loadLib(str0); Kind regards, Martijn W. van der Lee ...
Martin, You're correct so I'll use snprintf. Thanks, RON C Ron Chambers 1713 Twila Ln Conroe, TX 77301-1175 936.539.1630 ... From: FMML@yahoogroups.com...
Alex, It's a good idea to provide memory allocation through the host to minimize host-system memory contention. With that feature, approximately 70% of the...
Hi Harry, I think GPGPU (general purpose GPU programming) is an exciting future direction for FM. I downloaded the NVIDIA CUDA SDK a few months ago, but it...
I do. 8800GT (single precision capable). I suspect not so many will, all the cards are from the last 10mos or so. Only supported nvidia chipsets are: GeForce...
Hi, On my main computer I have a GeForce 7500 LE and on my Macbook I have a Mobile Intel 945GM Express. Too bad. But I would certainly buy a new graphics card...
I think we have GeForce 7800's at work, and only a couple 8xxx. It's true that they are only for newer cards. I'm curious to see what the potential gain could...
Whenever I return to the FM application in development mode (via ALT+TAB) from looking up something elsewhere, the focus is on the UI section and I need to...