Tagged Questions
The Data Distribution Service (DDS) is a type of communications middleware. DDS is an open standard managed by the Object Management Group (OMG) and provides a high-performance, flexible publish-subscribe communication architecture.
3
votes
3answers
3k views
How to load .dds files into a picturebox?
How do I load .dds texture files as an Image in C#? There's nothing useful on google that I could find.
The more information with samples you give me,the better it will be for me to understand it.
...
3
votes
6answers
2k views
Fast Disk Cloning
Is there a way to have Linux read ahead when cloning a disk? I use the program named "dd" to clone disks. The last time I did this it seemed as though the OS was reading then writing but never at ...
2
votes
1answer
318 views
I need to write a .DDS file cross-platform, can someone point me to example?
I need to create a .DDS file with code that runs on both OSX and Windows. Although the format doesn't look difficult, I'd still like an example of writing the file. Note I don't need to read it, just ...
2
votes
2answers
406 views
OpenDDS and notification of publisher presence
Problem: How can I get liveliness notifications of booth publisher connect and disconnect?
Background:
I'm working with a OpenDDS implementation where I have a publisher and a subscriber of a data ...
1
vote
1answer
56 views
Makefile dependencies and Timestamps
I have a makefile that I am using to generate artifacts using a third party IDL compiler (rtiddsgen). This takes in idl files and spits out C/Ada files relating to them. The C files are then ...
1
vote
1answer
36 views
Unable to load OMG DDS implementation. Please set org.omg.dds.serviceClassName property.G
I'm a fresh man to OMG DDS and I tried to run the example GreetingPublishingApp. I don't know what should I do.
DomainParticipantFactory factory =
...
1
vote
1answer
59 views
How do I control output directories and files that are cleaned when using MPC?
I'm experimenting with OpenDDS (and ACE/TAO), which uses MPC (Make Project Creator) to generate the actual make files, and it's doing a couple really annoying things.
First, it generates a lot of ...
1
vote
2answers
765 views
Converting .dds to .png: is XNA really this convoluted?
I have a .dds file and I want a .png file. Although I already found out about the DevIL.NET library, the API design there of one static class does not parallelize, so I am hoping to find another ...
1
vote
3answers
150 views
I need to find out the name of a DDS Screen that a given telnet session is on? (I Series)
I am looking for a program or API call that will give me, with absolute accuracy, the name of the Workstation Display File (and Its Record Type) that is being used by a given Job. I have the Job ...
1
vote
2answers
1k views
DDS DXT1 loading in OpenGL, crashes
Any idea whats wrong with my code? when i execute glCompressedTexImage2D() the program just crashes (comes the Windows XP crash message thing...)
Im trying to load DDS image without mipmaps, the ...
1
vote
2answers
964 views
I thought *.DDS files were meant to be quick to load?
Ok, so I'm trying to weigh up the pro's and con's of using various different texture compression techniques. I spend 99.999% of my time coding 2D sprite games for Windows machines using DirectX.
So ...
1
vote
2answers
218 views
In a DDS file can you detect textures with 0/1 alpha bits?
In my engine I have a need to be able to detect DXT1 textures that have texels with 0 alpha (e.g. a cutout for a window frame). This is easy for textures I compress myself, but I'm not sure about ...
0
votes
0answers
20 views
How to build opensplice dds community version souce code with an IDE like SunStudio?
I'm using opensplice source code and want to build it. I can make and install the source code in shell, but have no idea how to add them to sun studio or other IDE. Also I wonder how to debug ...
0
votes
1answer
27 views
Hex annotation on MSDN site
I fail to understand the hex annotation at the MSDN site
On the following MSDN site: DDS file spec
there is a table at dwFlags. dwFlags is a DWORD (4 Bytes or 0x00000000)
Question: The hex ...
0
votes
1answer
125 views
Load a cubemap in a DDS file with DevIL
I only get the first face in a cubemap. How do I access/load the other ones?
With DevIL 1.7.8 on Ubuntu Natty:
I use ilLoad or ilLoadImage to load a dds-file with 6 textures, but only the first face ...
0
votes
0answers
52 views
looking for a way to convert any .gtf file to jpg/png
.gtf files are texture files for dynamic PlayStation 3 themes. I was wondering if there is a way to convert them to jpg/png, any help regarding unpacking .gtf and repacking it in .jpg/.png.
.gtf ...
0
votes
1answer
875 views
Domain Data Source CanLoad is false when using RIA Query Parameter bound to a dependency property
I have a ria DDS query whose parameter is bound to a dependency property of the code behind my silverlight page. The issue is that once the project dependency is changed I get the following error.
...
0
votes
1answer
116 views
How do I show a DDS image in a Windows Phone 7 Silverlight app?
I've got a Windows Phone 7 Silverlight app, and I'd like to display a DDS image. I tried simply doing this:
<Grid x:Name="ContentPanel" Grid.Row="1" Margin="12,0,12,0">
<Image ...
0
votes
0answers
56 views
Large DDS files versus multiple smaller ones
I'm building a GUI in a framework that uses DDS for the textures to paint on UI elements, specifically DXT3.
A short discussion began between my coworker and I about what the most efficient method is ...
0
votes
2answers
167 views
EPiServer DDS Change Schema for type
I am storing a type in the EPiServer DDS that has a few properties such as string and guid. I now want to add a new property of type string to that type. How is it possible to get the DDS to recognise ...
0
votes
1answer
272 views
DDS frequency synthesizer digital phase lock loop
hi i m working on a project about frequency hopping tranceiver. i want to implement a phase lock loop on FPGA i-e a digital PLL. i m multiplying the incoming signal with a certain frequency and ...
0
votes
1answer
99 views
DDS DataReader Cache Breaks And Is No Longer Accessible
Operating with a dds library on i386, trying to pull samples repeatedly. I am explicitly 'reading' not 'taking' sample, so they should never expire or be removed.
Start two blackboard applications, ...
0
votes
1answer
600 views
Problem cube mapping in OpenGL using DDS compressed images
I am having trouble cube mapping when using a DDS cube map, I'm just getting a black cube which leads me to believe I have missing something simple, here's the code so far:
DDS_IMAGE_DATA ...
0
votes
2answers
356 views
Entities and Dynamic Data Site: references between tables
I have two tables:
CREATE TABLE [dbo].[Context] (
[Identity] int IDENTITY (1, 1) NOT NULL,
[Naam] nvarchar (255) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
[Code] nvarchar (10) COLLATE ...
0
votes
3answers
2k views
DDS texture loading
How would I load a dds texture file into an OpenGL 2dtexture or cube map texture?
-2
votes
2answers
71 views
Reading and writing bmp, dib, dds file formats? [closed]
I'm working with DDS and BMP/DIB image files. I need to load, save and do some conversions with the image file data by programming.
Does anyone know some open sources or other public samples with ...