Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Image Application
Message
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Miscellaneous
Thread ID:
00565877
Message ID:
00566304
Views:
11
John,

After reading through this entire thread.. I think I have (maybe) got an idea what you want so here's my solution...

My interpretation of your requirements is this:
1 App which is a "file store".. this app has maybe 100 files contained within it which you want to access from another app if required.

I don't think you can "grab" a file from another application (unless it is a class library.. you can use Newobject)
but you could run a procedure within the application which extracts the file with filetoStr & strtoFile

eg..
Func Extract
lParameters fname
lcStr = FileToStr(fname)
=StrToFile(lcStr, 'c:\temp\' + fname)
This can then be compiled into an exe or app (along with your .bmp files) and run from a different application (it doesn't even have to be a VFP app!)

HTH
Will

>I am attempting to create an application that is basically a compiled container for images. We attempting to put all of our images into an application that itself can be rebuilt when images change or are added to, without having to rebuild the application that access these images. I guess my question is if anyone has done this before, or is there an easier solution that I'm missing.
>
>Any help would be appreciated.
>
>John Rowlinson
>Microworks POS Solutions
Will Jones
Previous
Reply
Map
View

Click here to load this message in the networking platform