Tagged Questions

1
vote
3answers
68 views

Is Haskell Embeddable?

I'm wanting to know if it's possible to develop applications in or on Haskell to Windows Mobile, also if there is any version of hugs or ghci for Windows Mobile. Thanks.
2
votes
1answer
69 views

Embedding Python Design

There are lots of tutorials/instructions on how to embed python in an application, but nothing (that I've seen) on overall design for how the embedded interpreter should be used an …
4
votes
2answers
58 views

How do I embed IPython with working generator expressions?

Certain list comprehensions don't work properly when I embed IPython 0.10 as per the instructions. What's going on with my global namespace? $ python >>> import IPython.S …
0
votes
1answer
17 views

sIFR Only the first font-style of glyph in my swf will display, cannot seem to call up the others.

I've uploaded my .swf with bold, normal and italic glyphs of the font embedded. I then go to my sifr-config.js file to style the text using CSS. All properties except the font-styl …
2
votes
1answer
69 views

Embedding IronScheme in a C# app

I'm trying to add a plugin architecture to my C# app. I've chosen IronScheme as the language, and also because it's built on the DLR, which should make it easier to embed. On the …
0
votes
1answer
111 views

ActionScript 3 & font embedding

hey! I have a problem with doing proper font embedding in a actionscript 3 project (flash CS4, not flex). I followed this Adobe guide to do font embedding: http://www.adobe.com/d …
1
vote
4answers
286 views

Python interpreter as a c++ class

I am working on embedding python in to c++. In some peculiar case I require two separate instances of the interpreter in same thread. Can I wrap Python interpreter in to a c++ cla …
0
votes
1answer
29 views

Possible to launch JWS applet within browser instead of standalone?

Is it possible to embed an applet in HTML so that it will be displayed within the browser window yet launched through Java Web Start via a JNLP file instead of using the browser's …
0
votes
1answer
59 views

Excel OLE - .NET COM AddIn behaves differently when Excel is embedded in an application

I have a .NET (C#) addin that uses a COM Shim dll to load itself into Excel. The addin works fine without any problem when Excel is run normally. The addin displays its own custom …
0
votes
1answer
55 views

How to make GhostScript PS2PDF stop subsetting fonts

I am using the ps2pdf14 utility that ships with GhostScript, and I am having a problem with fonts. It does not seem to matter what instructions I pass to the command, it insists …
0
votes
3answers
78 views

How to get to the IronPython Lib directory?

I am embedding IronPython in a C# program. I understand that I need to call ScriptEngine.SetSearchPaths with a list of search paths so that my Python code can import modules. In pa …
0
votes
2answers
31 views

How are strings embedded in binary files?

I'm writing my own bytecode and virtual machine (on .NET) and one thing i can't figure out is how to embed strings into my bytecode. Any ideas now how i should do it?
0
votes
1answer
75 views

Flash Font embedding problem

I am facing a wired problem with a project. I am embedding Arial font as project is multi-lingual. If I build this project on one of my development machine, Font gets embedded succ …
1
vote
1answer
76 views

Preloading @font-face fonts?

Is it possible to preload or otherwise cache @font-face fonts, most likely with javascript, before the page loads so you don't get that ugly jump when the page finally does load?
0
votes
1answer
158 views

Lua Wrapper for C#?

I am looking to embed Lua into my C# application and i thought there was a wrapper around the lua API for C#, but don't remember what it is. Can someone point me in it's direction? …

1 2 3 4 next
15 30 50 per page