-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Extracted from @umlaeute @ #38 :
that problem only exists if somebody wants to use both 32bit and 64bit Pds on the same machine.
in theory Pd already has a mechanism to care for this: use a different filename extension for each platform/architecture. e.g. on linux we use .pd_linux instead of the (more standard) .so.
on w32 we could already use .m_i386 instead of the (more standard) .dll. so far nobody has adopted to this. also there currently isn't a .m_amd64 searched for on w64.
so, i think:
- W32 32bit externals should use the
.m_i386extension instead of.dll - Pd ought to support the .m_amd64 extension for w64
- for now "W32 64bit" (W64) externals should use
.dllas the extension
- for now "W32 64bit" (W64) externals should use
that's probably a much better scheme than using different paths for different architectures, as it allows a single deken-external to contain multiple architectures.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels