A synonym for [tag:symbols].

learn more… | top users | synonyms

0
votes
1answer
38 views

How can I save a movie clip symbol in as3 as a PNG on my server?

I'm developing a website in flash for a company and it's going well so far. The website allows people to create custom railings. The owner of the company wants me to save out the demo picture that's ...
0
votes
0answers
10 views

How to resolve printf symbol?

My test.c is using printf function. I'm compiling the code for arm architecture by using arm-linux-gnueabi cross compiler. The linking is static. What interests me is how to resolve symbol printf. ...
0
votes
1answer
32 views

find and replace symbol using vbs

I am working a 1XXX words documents, I want to use vbs to changing the status of checkbox faster but I can't found any work solution, after that, i wonder if find and replace can solve my issue, so i ...
0
votes
0answers
10 views

defining custom symbols with microsoft 'link' command

I am trying to use the microsoft 'link' command to link some of my code, however I cant figure out how to define addresses for external symbols in the code. ex: extern void mySymbol(void* data); int ...
1
vote
1answer
28 views

How to check if current locale is equal to a string

I'm trying to determine whether to show the Spanish or English button on my web application. <% if I18n.locale == 'es' %> <a href="<%= set_english_path %>" ...
0
votes
1answer
33 views

how to display the currency symbol?

I used the following code for to display the currency symbol <?php $_coreHelper = $this->helper('core')?> <?php echo $_coreHelper->currency('5'); ?> it displayed like ...
1
vote
1answer
58 views

cannot resolve symbol r android studio

In every instance in all of my classes where i reference R.id.something the R is in red and it says "cannot resolve symbol R", also every time there is R.layout.something it is underlined in red and ...
0
votes
1answer
34 views

Actionscript - call symbol using variable as part of name (increment number) and change x/y position

Looked everywhere for this but can't find anything so I hope someone can help. Maybe there is something online but I am not putting it in the right words.... Using Actionscript I want to change the x ...
0
votes
3answers
36 views

Cannot find symbol: implements Drawable

I am trying to do a custom drawing for each Gladiator object I create, then move them around. I am currently getting a cannot find symbol error inside Gladiator class on "public class Gladiator ...
0
votes
1answer
8 views

ActionScript3: show and hide symbol every 5 frames

I have a simple straight line on my stage in Flash and I want it to come up and dissapear again every 5 frames for example. Is this possible with Action Script 3? Thx!
2
votes
1answer
61 views

Clojure: Rebind a Symbol to a New Data Structure

How do I rebind a symbol to a new data structure in Clojure. For example: (def hash-map-one {:a "foo" :b "bar"}) (def hash-map-two {:c "gaz" :d "waka"}) ;; right here make hash-map-one equal to ...
-1
votes
1answer
31 views

Java Execution Symbol depends on used classes? [closed]

During execution of a Java Programm in Eclipse I get a Java Symbol in my Dock. I saw it never before and it seems to depend on which Java Classes I use. Can someone explain when I get this symbol? ...
-1
votes
0answers
19 views

Displaying the pakistan currency symbol on a website

I want to display the pakistan currency symbol below in my webpage using html. I don't want to display an image. How can I do this?
0
votes
1answer
30 views

Unresolved External Symbol for Class?

I'm working on something personal as an exercise with classes. As background, I basically just want to make a class for players of a board game, to keep track of the order of their turns based on some ...
0
votes
0answers
35 views

Changing Dynamic TextField to Movie ClipSymbol

Alright guys so this is probably easier than i am making it out to be but basically i have a Dynamic TextField on the Stage with an instance name of "livesText" which gets updated whenever the player ...
0
votes
0answers
14 views

eclipse error display in linked folder

I'm working on projects which involve using particular files in every project (say "message.h" and "message.c"). So I put these source files in a folder outside the project folder of eclipse, and ...
0
votes
2answers
62 views

Unexpected “@” in program

Ok so basically I am trying to link a label to a block of code in XCode 4.6.2. I linked it using the designer but regardless of where I put it, it gives me this error message. I am new to xcode and ...
1
vote
3answers
50 views

Cannot find symbol Java error?

The code works when I used java.util.Arrays.sort(numbers); Am I doing something wrong? This seems weird to me. import java.util.Arrays.*; class Test { public static void main(String[] args) { ...
0
votes
1answer
30 views

Fade in div after loading symbol

I am trying to load in a div after the loading symbol finishes. However It doesn't cover up the symbol while loading. Here's what I have so far: http://jsbin.com/emofud/92/
0
votes
0answers
41 views

need further explanation of “no symbols have been loaded” error

I have seen the posts on this site about the following error: The breakpoint will not currently be hit. No symbols have been loaded for this document. But, the problem descriptions and solutions ...
0
votes
0answers
43 views

Why is heart shape (ASCII) not working in Chrome

I had a question about an ASCII symbol/code... I am trying to use this ❤ shape on my site, but I am stuck because Chrome does not output this shape. It shows two stripes, but no heart. It works ...
1
vote
1answer
36 views

Java error: Cannot find symbol (when calling an arrayList with add)

I am writing a program in Java which takes a chaotic list with random objects and sorts the student, teacher and professor objects into arraylists, and then prints those arrayLists. Everything is ...
1
vote
1answer
28 views

I am using twitter bootstrap and my <img> tag is not working! Wont display

I've been trying to set up my login but keep reaching an error page that says: "NoMethodError in Static_pages#welcome" "undefined method `id' for :user:Symbol" So when I paste the following into ...
2
votes
1answer
119 views

How to use Segoe UI symbol in XAML

Seems like an easy one, but I can't figure out how to do/use these symbols. I want to use a U+E135 symbol and I can't figure out how to do it. Can someone give me a TextBlock example and also ...
0
votes
0answers
36 views

MSVC Unresolved External Symbol Template Function

I am dealing with a problem that ... The code compiles fine with gcc but not with visual studio... I am compiling the following C++ code with MSVC11 I have a class defined as class rng_generator { ...
0
votes
1answer
56 views

Error: c++ unresolved external symbol [duplicate]

I am currently using two c files written by others in my C++ project in VS2008 (Actually,it is provided free online as a Polygon intersection library) The two files I downloaded are gcp.h and gcp.c. ...
1
vote
1answer
70 views

Brussels Sprout game in python

Here's the code in python for a game where one or two rat eats brussels sprouts. It contains a Rat class and Maze class: class Rat: """ A rat caught in a maze. """ # Write your Rat methods here. ...
-1
votes
1answer
51 views

Unwanted % sign at the end of java program

Every program that I write and run (all of these have been CLI) runs fine, but then ends the program with a % sign. This does nothing to the running of the program, but is looks odd to the markers ...
3
votes
2answers
69 views

Is there a slope symbol in MATLAB?

I plotted a tangent line to a curve, and I want to indicate the slope of the tangent on the plot using that little right angle symbol. Can MATLAB do this? Do I have to plot my own little triangle to ...
-3
votes
2answers
49 views

What should I change to make this file compile?

I am in a programming class and this program is part of my homework. This file analyzes data from a file called "Names.txt" and then prints the information. I'm getting compilation errors and I want ...
0
votes
0answers
42 views

Problems trying to write data to a file. error LNK2019: unresolved external symbol

I'm getting an error: 1> Source.cpp 1>Source.obj : error LNK2019: unresolved external symbol "void __cdecl saveToFile(char const * const,struct Task * const,int)" ...
0
votes
1answer
32 views

file wont compile name.java

Im in an intro to programming class and our assignment is to create a program that analyzes a list of names provided in the file Names.txt here is the code I have so far (minus a separate java file ...
0
votes
0answers
147 views

Falling object and repeating in a loop ( Action Script 3.0)

I am trying to make a symbol (made a special class for it) to fall continuously until a timer reaches 0. Also I would like this rock to repeat and show in random places on the stage. I can't figure ...
0
votes
0answers
54 views

ida pro debug stripped android shared lib

I am using IDA Pro to debug a stipped android shared library, and found system calls are not recognized automatically but static analysis will do. I want to have the same function name as static ...
0
votes
2answers
58 views

java cannot find symbol error: beginner

When compiled this static method comes up with the error that the int array variable, coord, cannot be found. I declared it within the method and it is of the type int[] and I can't figure out why it ...
0
votes
2answers
43 views

Accessing linker defined symbol in C

I have a linker symbol (let's call it __BASE_ADDR), defined in a linker command script, which contains the address of the longword after a longword that I need to use (e.g. I need to check longword at ...
0
votes
4answers
66 views

Java: Inner class inside an inner class

Please excuse me if this question has been asked before. I have searched around the web and here at stack overflow. Case: I am stuck at my java project and the compiler won't compile my project when ...
0
votes
1answer
15 views

string operation in rails module

class Music < ActiveRecord::Base attr_accessible :counter, :video, :video_file_name def name last=video_file_name.rindex('.') //line 1 video_file_name[last,4]="" //line 2 ...
0
votes
1answer
66 views

“cannot find symbol ” error in oop pig game

I was doing oop pig game. In which I encounter an error: "cannot find symbol class name". Can you please help me finding it. public class Player { protected String name; Scorekeeper ...
1
vote
1answer
136 views

Pound and Euro symbol not shown in windows form instead showing a J

We wrote a program that behaves differently on two equal machines. On one machine is shows the price with a pound symbol. We set the symbol based upon a list e.g. { "£", "€", "€" }; Both machines ...
0
votes
0answers
34 views

Can weak symbol be resolved among libraries during linking?

My scenario is about cross-compiling to a Arduino Due (ARM target), but I guess it's a generic C weak symbol problem. I want to break my firmware into 3 parts: 1. The hardware library (CMSIS, ...
2
votes
1answer
151 views

Getting started with GCC plugins

So after searching the web for a while, Ive decided to try here as it seems to be a good forum for discussion. Im trying to create a simple gcc plugin. The program code is attached in the end of this ...
0
votes
4answers
98 views

tm symbol wont show up as it should in html, sm symbol works tho

i cant make the TM symbol to show up as it should, the SM symbol is working fine. The test page you can see is located at http://codita.ro/test/ I have deleted both reset.css and normalize.css and its ...
3
votes
1answer
174 views

ZF2 - \Zend\Db\Adapter\Platform::getQuoteIdentifierSymbol()

Code is as following, where I aim to use Pdo_mysql: use \Zend\Db\Adapter\Adapter; use \Zend\Db\Sql\Sql; use \Zend\Db\Sql\Expression; $params = array( 'driver' => "Pdo_mysql", 'host' ...
0
votes
0answers
62 views

Eclipse Juno CDT 'symbole could not resolved' strange behavior

I have just installed eclipse juno cdt on Fedora 16. I have g++ installed. When I first created a hello world C++ project, I have problem of iostream could not be resolved. I corrected it by ...
0
votes
1answer
96 views

Currency symbols in iOS exported CSV not showing correctly in excel

I'm exporting a CSV file generated with the help of CHCSVParser, using NSUTF8StringEncoding. Since now everything worked perfect, the fields only had text or numbers, but today I tried to add a ...
0
votes
1answer
57 views

SDL, headers and strange errors..?

I'm learning my way around SDL and everything's been working fine up until now. Whenever I try to compile my code, I get the following error: Undefined symbols for architecture x86_64: ...
0
votes
1answer
160 views

Edge Animate - Accessing a variable on a symbol's timeline from a different symbol?

After 6 hours hair-pulling and many failed Google searches, I admit defeat. The annoying thing is, I suspect it will be something daft...anyway.... I have a stage with several symbols in that need to ...
1
vote
1answer
108 views

unexpected symbol in R please see the code

I was trying to write a function to parse and merge some data. But R throws an unexpected symbol error exception. I have tried different ways to solve this issue, still doesn't work. Please help. see ...
0
votes
0answers
329 views

gdb backstrace “No symbol table info available” from corefile

I have a program dumped core files several times, and i can't find out some useful information from the core files. gdb chatserver core.30298 Core was generated by `./chatserver'. Program ...

1 2 3 4 5 9