Re: C question 2
You can't specify it in C. Most linkers allow to you specify a linking
map where you could force certain modules/binaries/.o/.obj files to a
certain location in your code and hence certain location in memory.
If you are trying to use this to force a certain piece of your code in
scratch memory or fast ram of a DSP it won't work. There are other ways
to do that.
.
Relevant Pages
- Re: Looking for a rule to send user@domain.com via SMART_HOST
... Umm, I can't parse that - what has SMART_HOST got to do with Authinfo, ... you can't specify any map *contents* on the ... only specify a map to use. ... Of course for a single user you could do this more easily with a single ... (comp.mail.sendmail) - Re: Looking for a rule to send user@domain.com via SMART_HOST
... Umm, I can't parse that - what has SMART_HOST got to do with Authinfo, ... you can't specify any map *contents* on the ... only specify a map to use. ... Of course for a single user you could do this more easily with a single ... (comp.mail.sendmail) - Re: Custom pipelines and maps
... Yes, it fits perfect, I just miss the possibility to specify map in the ... I have different locations for each client (think that that will be FTP ... > An approach is to look at the SchemaResolverComponent in the Pipelines ... (microsoft.public.biztalk.general) - Re: File Storage Strategies
... I'd rather implement the "utility" in the DOS space, ... So you have this basic map file which tells you the placement and type ... Into this map file I'm suggesting the ability to specify down to the ... a token stream followed by it's token dictionary... ... (comp.sys.cbm) - Re: convert .map to .jpr help !!
... As you have a problem with converting an OziExplorer map calibration ... You will also need to change all your other .map files that specify ... so if Memory Map doesn't support the 'Provisional South American ... (sci.geo.satellite-nav) |
|