Questions tagged [map-files]
75 questions
15
votes
1 answer
How to express that a map file depends on add_executable?
I'm building an executable using the standard command:
add_executable(MyExe a.c b.c)
I'm adjusting the CMAKE_EXE_LINKER_FLAGS to emit a map file, and it works.
If I delete the map file, though, performing an incremental build doesn't regenerate the…

Charles Nicholson
- 888
- 1
- 8
- 21
12
votes
2 answers
Bulk Insert with format file NOT skipping column in destination table with 146 fields as it should be
Here is the full error:
Msg 4864, Level 16, State 1, Line 3
Bulk load data conversion error (type mismatch or invalid character for the specified codepage) for row 1, column 5 (FK_User_CreatedBy).
And here is the existential snapshot of my pain…

Bruce Long
- 713
- 3
- 9
- 28
7
votes
3 answers
Delphi Compile and Build produce different binary on same project
In a fresh VCL application Compile and Build operation produce the same binary and map file (with minor differences at the end of .exe file even if "include version information in project" option is switched off - already discussed). Map file is the…

Max Kisko
- 73
- 1
- 5
6
votes
1 answer
What is section ".debug_info" in an elf file?
I have an elf file, while analysing the mapfile and elf using elfparser, I saw a section called .Debug_info, which is taking largest memory.
I am compiling for xtensa DSP, using xt-xc++, I haven't used -g option also given -o2 optimization…

thomachan
- 378
- 3
- 14
5
votes
2 answers
Is it any way to add .map file as resource of the project when compiling?
I'd like to add the map file as resource, then extract the file every time that execute the system, to ensure that the map file is always right, and make the life of support easier. In Delphi 7 I can compile the project, with the map file as…

Rodrigo Caetano
- 379
- 1
- 13
4
votes
1 answer
Typescript 1.0 map files do not load
In VS2013 update 2 RC (Typescript 1.0 RTM) I cannot debug TypeScript files in one of my projects. I have traced this back to the map file declaration. By default my JS file contains:
//# sourceMappingURL=general.js.map
Which should be correct, the…

user826840
- 1,233
- 2
- 13
- 28
4
votes
2 answers
passing data from C++ to C# - mapping file vs CLI+UnmanagedMemoryStream
I need to pass data from C++ to C# frequently. It should be as fast as possible as i'm writing ultra low latency trading application.
I have pure C++ project (will be ported to Linux later). I need to pass data from it to my C# project. I always…

Oleg Vazhnev
- 23,239
- 54
- 171
- 305
3
votes
1 answer
MapServer cgi-bin get value from query string and concatenate to Postgres query
I'm working with cgi-bin and I show a map with some data from a Postgres database.
But, I need to introduce an input where the user could select a date and this date would filter the results from the database.
I have the input and I send the…

Oscar Martínez
- 65
- 1
- 2
- 9
2
votes
0 answers
contents of map file - details(VS 2008 / VS 2010)
Is there any detailed documentation / information for the contents of map files? I have a rough idea, but some elements are not apparent to me, and google didnät help either.
Examples:
0001:00000000 00401000 f i CMDevNode.obj
…

peterchen
- 40,917
- 20
- 104
- 186
2
votes
1 answer
Template instantiation causing function bloating
As i started experimenting more in depth with C++1x features i ran into some thinking. For example when there is this construct
template unsigned int functionForTest(const char (&a)[N]);
and the usage of it…

Grandissimo
- 31
- 1
2
votes
0 answers
How to detect change on persistent memory-mapped file in .Net core (C#)?
The title is the question it is.
Legend:
Project A = .Net Core project
Project B = Legacy C++ project
MMF = Persistent Memory-mapped file
Detailed question description:
I currently working on (PROJECT A) which using [DllImport] to import native…
2
votes
1 answer
Can I use Angular-cli with babel transforms
My project is a hybrid AngularJS / Angular project and we are using gulp to perform the following transformation on the Angular part.
TS -> ES6 -> BABEL (ES5+) -> Rollup or SystemJS
And alot of gulp watch and caching and Map-magic
I would like this…

JGoodgive
- 1,068
- 10
- 20
2
votes
1 answer
WordPress loading .SCSS instead of .CSS
I recently got Sass and WAMP up and running on my new PC and started working on a new WordPress-site at my localhost.
But then i noticed that WordPress is loading the .SCSS file even though I have enqueued the CSS-stylesheet like this in my…

Andreas Søgaard Pedersen
- 141
- 1
- 1
- 9
2
votes
1 answer
IAR Stack Usage for STM32 in the map File
I don't understand very well the meaning of some details about the stack usage in the map file of my firmware.
I have this in the map file:
*******************************************************************************
*** STACK USAGE
***
Call…

Lorenzo
- 3,293
- 4
- 29
- 56
2
votes
1 answer
Notepad++ syntax highlighting for *.map
I can't find how to customize syntax highlighting for mapfiles (*.map files) in Notepad++. I actually have add this syntax file recommended in this post. BUT the syntax highlighting is not good, probably because built for an old version of MapServer…

wiltomap
- 3,933
- 8
- 37
- 54