1
vote
2answers
51 views
How come we pass the linking stage and still miss symbols ? ?
Hi All
And thanks in advance.
operating system: AIX 5.3.
compiler: xlC_r
build system is: "Unix Makefiles"
our application uses several static (.a) libs and several shared (.so …
1
vote
2answers
35 views
WinDbg doesn’t load symbol file that is created using the same source but built at a differnt time than the original
Hi,
We released a product (C#.NET library) and didn't store the pdb file of the library, assuming that we can always generate symbol files using the same source code.
Now, we wan …
2
votes
1answer
69 views
How do I use TeX/LaTeX formatting for custom data tips in MATLAB?
I'm trying to annotate a polar plot with data tips labelled with 'R:...,Theta:...' where theta is actually the Greek symbol, rather than the word spelled out. I'm familiar with str …
1
vote
3answers
34 views
does anyone knows of any site that have a searchable index of unicode symbols
Is there a site that would allow you to search for "arrow", for example, and provide all the Unicode symbols that match the keyword "arrow"?
This would be very handy :)
Ideally, …
2
votes
2answers
57 views
Symbols or Case Classes for sending messages to Scala Actors?
In the Scala actor examples I have seen where a parameterless message is sent to an actor (such as this), case classes (or case objects) have been created and then used as messages …
1
vote
2answers
67 views
Windbg - Detecting symbols needed for a crash dump
Hello,
I have a crash dump file that I need to analyze using windbg to run some tests.
Due to some restrictions I can't comment, my symbols folder can only contain the symbols n …
1
vote
1answer
70 views
Why does compiling a shared object with GCC always result in undefined references to main?
I'm running Solaris, so it's possible that this is specific to running GCC on Solaris. If I use GCC to generate a shared object, and then run nm on it to see undefined symbols, the …
0
votes
0answers
27 views
Strange squre-numerical symbols show as characters in firefox [closed]
Hi all,
I have been seeing these strange symbols for a while now, and am curious as to what they are, and why they appear. Sometimes, they appear so frequently in one page, the w …
1
vote
2answers
53 views
What are symbol fonts for? [closed]
Create a font is a lot of work, and using the right one a crucial part of application design. But I never understood why there are so many symbol fonts outthere, and more new comin …
0
votes
2answers
51 views
How can I convert private pdb to public pdb?
Hello all,
I have private pdb file and I have to convert it to a public one. Is there tool for it?
Thank you in advance.
0
votes
1answer
39 views
How can I get the correct symbols for microsoft’s dlls\assemblies if I don’t have an internet connection?
I can't connect the computer to the internet because of security reasons. therefore, I can't use the symbol server. I've installed the symbols pack for windows xp sp2 but some of t …
10
votes
5answers
293 views
Practical examples of using symbols in Scala?
Scala has symbols - names that start with a single quote ' and which are a kind of string constants.
I know symbols from Ruby (where they start with a colon). In Ruby they are use …
0
votes
1answer
59 views
.NET symbols disappearing from assembly
I have a project that is built with native C++, as well as C++/CLI. I have the following components:
Assembly A (C++/CLI)
| uses
Assembly B (C++/CLI)
| uses
Static Lib C (Nat …
0
votes
3answers
159 views
windbg missing symbols for managed code
I am having a problem getting windbg to use the pdb files for my .Net dlls.
the hang dump I am looking at is from a production build. but I have pdbs from a debug build of the same …
0
votes
2answers
63 views
free map icon/symbology
Hi,
I want to create a navigation application but can't found any icons/symbols that suitable for my needs, i just hope i can find some icons with consistent style like what we cu …
