Re: Old 4D Transporter (ResTransporter) or Equivalent

2020-07-10 Thread Nigel Greenlee via 4D_Tech
Peter

This may not be exactly what you need.

 I recently had need to look in some Resource files to see what was there..as I 
am sure you know we used to have ResEdit. I came across an app call Resilla 
which allows you to look in the resources, you might find that a useful way to 
view the resources you are trying to extract,

Nigel Greenlee

> On 5 Jul 2020, at 12:14, Peter Jakobsson via 4D_Tech <4d_tech@lists.4d.com> 
> wrote:
> 
> Hi Folks
> 
> Many thanks for all the tips - much appreciated.
> 
> I managed to solve my problem with Spencer’s suggestion to write my own 
> Transporter in 4D using DOCUMENT TO BLOB(file;*) to split the resource fork 
> away and save it as a data fork.
> 
> That let me transfer to Windows.
> My old structure and data now work fine in my Windows 7 VM with 4D 2004 
> server.
> 
> Many thanks again for the useful responses !
> 
> Regards
> 
> Peter
> 
> **
> 4D Internet Users Group (4D iNUG)
> New Forum: https://discuss.4D.com
> Archive:  http://lists.4d.com/archives.html
> Options: https://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
> **

**
4D Internet Users Group (4D iNUG)
New Forum: https://discuss.4D.com
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: Old 4D Transporter (ResTransporter) or Equivalent

2020-07-05 Thread Peter Jakobsson via 4D_Tech
Hi Folks

Many thanks for all the tips - much appreciated.

I managed to solve my problem with Spencer’s suggestion to write my own 
Transporter in 4D using DOCUMENT TO BLOB(file;*) to split the resource fork 
away and save it as a data fork.

That let me transfer to Windows.
My old structure and data now work fine in my Windows 7 VM with 4D 2004 server.

Many thanks again for the useful responses !

Regards

Peter

**
4D Internet Users Group (4D iNUG)
New Forum: https://discuss.4D.com
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: Old 4D Transporter (ResTransporter) or Equivalent

2020-07-05 Thread Keisuke Miyako via 4D_Tech
..or just use the standard command

mkdir MaBase.WIN
cp LAUNCHAPP MaBase.WIN/ LAUNCHAPP.4DB
cp LAUNCHAPP/..namedfork/rsrc MaBase.WIN/LAUNCHAPP.RSR

we warmly invite you to join the new platform!

https://discuss.4d.com

> 2020/07/05 4:08、Peter Jakobsson via 4D_Tech <4d_tech@lists.4d.com>のメール:
> I can use v15 on High Sierra.

**
4D Internet Users Group (4D iNUG)
New Forum: https://discuss.4D.com
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: Old 4D Transporter (ResTransporter) or Equivalent

2020-07-04 Thread Charles Miller via 4D_Tech
You could run a. Me of snow leopard. I still have one not sure about the
tool. I can look and advise
It may be more than that. I don’t remember when you had plugins installed
in the apps
Regards

Chuck

On Sat, Jul 4, 2020 at 11:01 AM Peter Jakobsson via 4D_Tech <
4d_tech@lists.4d.com> wrote:

> Hi
>
> I was wondering if there’s a tool to split the 4D resource fork on a 4D
> 2004 database so I can transport it from Mac to Windows. I haven’t done
> this for years and have lost access to my old “Snowleopard” machine that I
> used to use for this type of thing.
>
> I need the “transporter” tool to run on a modern Mac OS.
>
> Any tips ?
>
> Regards
>
> Peter
>
> **
> 4D Internet Users Group (4D iNUG)
> New Forum: https://discuss.4D.com
> Archive:  http://lists.4d.com/archives.html
> Options: https://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
> **

-- 
-
 Chuck Miller Voice: (617) 739-0306 Fax: (617) 232-1064
 Informed Solutions, Inc.
 Brookline, MA 02446 USA Registered 4D Developer
   Providers of 4D, Sybase & SQL Server connectivity
  https://www.informed-solutions.com
-
This message and any attached documents contain information which may be
confidential, subject to privilege or exempt from disclosure under
applicable law.  These materials are intended only for the use of the
intended recipient. If you are not the intended recipient of this
transmission, you are hereby notified that any distribution, disclosure,
printing, copying, storage, modification or the taking of any action in
reliance upon this transmission is strictly prohibited.  Delivery of this
message to any person other than the intended recipient shall not
compromise or waive such confidentiality, privilege or exemption from
disclosure as to this communication.
**
4D Internet Users Group (4D iNUG)
New Forum: https://discuss.4D.com
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: Old 4D Transporter (ResTransporter) or Equivalent

2020-07-04 Thread Peter Jakobsson via 4D_Tech


> On 4 Jul 2020, at 17:59, Spencer Hinsdale  wrote:
> Maybe you can do this with 4D?  There is a asterisk param for blob to 
> document, document to blob.  You just read in the res fork and write out as 
> non-res file with .rsr I would think.

Great idea Spencer. Thanks for the tip.

I can use v15 on High Sierra.

Regards

Peter

**
4D Internet Users Group (4D iNUG)
New Forum: https://discuss.4D.com
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: Old 4D Transporter (ResTransporter) or Equivalent

2020-07-04 Thread Spencer Hinsdale via 4D_Tech

Maybe you can do this with 4D?  There is a asterisk param for blob to document, 
document to blob.  You just read in the res fork and write out as non-res file 
with .rsr I would think.

Also maybe a moot point.  17.4 which is current may be the last 32-bit able 
version.  It is 64-bit by default and does not support resources whatsoever in 
that mode.  The "modern macOS" is Catalina which is 64-bit only and therefore 
no resources.

So you need need to convert which you do by reading JPRs presentations and 
running his and Miyako's conversion Components that do stuff like put all 
String resources into an XLF file or help you replace PICT files.  You run in 
32-bit to make the resources accessible, then run in 64-bit to verify success.




On 7/4/20, 8:01 AM, "4D_Tech on behalf of Peter Jakobsson via 4D_Tech" 
<4d_tech-boun...@lists.4d.com on behalf of 4d_tech@lists.4d.com> wrote:

Hi

I was wondering if there’s a tool to split the 4D resource fork on a 4D 
2004 database so I can transport it from Mac to Windows. I haven’t done this 
for years and have lost access to my old “Snowleopard” machine that I used to 
use for this type of thing.

I need the “transporter” tool to run on a modern Mac OS.

Any tips ?

Regards

Peter

**
4D Internet Users Group (4D iNUG)
New Forum: https://discuss.4D.com
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**
**
4D Internet Users Group (4D iNUG)
New Forum: https://discuss.4D.com
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Old 4D Transporter (ResTransporter) or Equivalent

2020-07-04 Thread Peter Jakobsson via 4D_Tech
Hi

I was wondering if there’s a tool to split the 4D resource fork on a 4D 2004 
database so I can transport it from Mac to Windows. I haven’t done this for 
years and have lost access to my old “Snowleopard” machine that I used to use 
for this type of thing.

I need the “transporter” tool to run on a modern Mac OS.

Any tips ?

Regards

Peter

**
4D Internet Users Group (4D iNUG)
New Forum: https://discuss.4D.com
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**